home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMHINT / TFRMHINT.txt
Text File  |  2003-07-29  |  2KB  |  115 lines

  1. object FrmHint: TFrmHint
  2.   Left = 810
  3.   Top = 393
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 34
  7.   ClientWidth = 180
  8.   Color = clWindow
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnDestroy = FormDestroy
  21.   OnDeactivate = FormDeactivate
  22.   OnKeyPress = FormKeyPress
  23.   PixelsPerInch = 120
  24.   TextHeight = 16
  25.   object Pnl: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 180
  29.     Height = 34
  30.     Align = alClient
  31.     BevelOuter = bvNone
  32.     Color = 14203040
  33.     TabOrder = 0
  34.     OnClick = PnlClick
  35.     object ShBack: TShape
  36.       Left = 0
  37.       Top = 0
  38.       Width = 180
  39.       Height = 34
  40.       Align = alClient
  41.       Brush.Style = bsClear
  42.       OnMouseUp = SInMouseUp
  43.     end
  44.     object SIn: TShape
  45.       Left = 0
  46.       Top = 0
  47.       Width = 34
  48.       Height = 36
  49.       Brush.Color = clRed
  50.       Pen.Width = 0
  51.       OnMouseUp = SInMouseUp
  52.     end
  53.     object Lbl: TLabel
  54.       Left = 38
  55.       Top = 1
  56.       Width = 17
  57.       Height = 16
  58.       Caption = 'Lbl'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = 16
  62.       Font.Name = 'Arial'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       OnClick = LblClick
  66.     end
  67.     object LblEx: TLabel
  68.       Left = 12
  69.       Top = -2
  70.       Width = 11
  71.       Height = 40
  72.       Caption = '!'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = 40
  76.       Font.Name = 'Arial'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       Transparent = True
  80.       Visible = False
  81.       OnClick = LblClick
  82.     end
  83.     object LblInfo: TLabel
  84.       Left = 12
  85.       Top = -3
  86.       Width = 9
  87.       Height = 39
  88.       Caption = 'i'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clWindowText
  91.       Font.Height = 40
  92.       Font.Name = 'Times New Roman'
  93.       Font.Style = [fsBold, fsItalic]
  94.       ParentFont = False
  95.       Transparent = True
  96.       Visible = False
  97.       OnClick = LblClick
  98.     end
  99.   end
  100.   object Timer: TTimer
  101.     Enabled = False
  102.     Interval = 4000
  103.     OnTimer = TimerTimer
  104.     Left = 130
  105.     Top = 14
  106.   end
  107.   object TimerActivate: TTimer
  108.     Enabled = False
  109.     Interval = 500
  110.     OnTimer = TimerActivateTimer
  111.     Left = 90
  112.     Top = 12
  113.   end
  114. end
  115.